From: Ian Campbell Date: Fri, 9 Dec 2011 16:19:36 +0000 (+0000) Subject: oxenstored: log Errors and Warnings by default. X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=de35f0c7cea5b7d38377f082e19effcaad0f5cf3;p=xen.git oxenstored: log Errors and Warnings by default. Signed-off-by: Ian Campbell Acked-by: Ian Jackson Committed-by: Ian Jackson --- diff --git a/tools/ocaml/xenstored/logging.ml b/tools/ocaml/xenstored/logging.ml index ec2f081154..84d7c82cba 100644 --- a/tools/ocaml/xenstored/logging.ml +++ b/tools/ocaml/xenstored/logging.ml @@ -105,7 +105,7 @@ let string_of_date () = (int_of_float (1000.0 *. msec)) let xenstored_log_file = ref "/var/log/xenstored.log" -let xenstored_log_level = ref Null +let xenstored_log_level = ref Warn let xenstored_log_nb_files = ref 10 let xenstored_log_nb_lines = ref 13215 let xenstored_log_nb_chars = ref (-1)